.hot-words-block{
	max-width: 380px;
	width: 115%;
	top: 100%;
  	left: -10%;
	margin-top:15px;
  	/* padding:10px; */
	position: absolute;
	background: white;
	display:none;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 8px 6px 0px rgba(4,0,0,0.25);
   z-index: 2000;
}
.hot-words-title{
  width:100%;
  margin:10px;
  margin-bottom:0;
}
.hot-words-title-img{
  width:17px;
  height:21px;
  float:left;
  margin-right:15px;
  display:none;
}
.hot-words-title-text{
  font-size: 15px;
  font-weight: Normal;
  text-align: left;
  color:#c9333a;
}
.hot-words-block h3{
	color: rgb(23, 69, 239);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0.5rem;
}
.hot-words-block-items{
  padding:5px;
  padding-top:0;
}
.hot-word-item{
  display: inline-flex;
  padding: 5px 10px;
  border-image: initial;
  cursor: pointer;
  opacity: 0.8;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  color: #7b7b7b;
  border-radius: 5px;
  margin: 5px;
  background: #e2e2e2;
}
.completion-words-block{
	width: 100%;
	top: 100%;
	margin-top:5px;
  	padding:10px 0;
	position: absolute;
	background: #ffffff;
	display:none;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 8px 6px 0px rgba(4,0,0,0.25);
  z-index:2000;
}
}
.completion-words-items{
  width:100%;
}
.completion-words-items:hover{
  background:#e0e0e0;
}
.completion-word-item{
  width:100%;
  height:35px;
  line-height:35px;
  padding:0 10px;
  cursor:pointer;
  overflow:hidden;
  opacity: 0.8;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  color: #7b7b7b;
}
.arrow-s{
    position:absolute;
    top:-20px;
    left:50px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #e0e0e0 transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}
.arrow-i{
    position:absolute;
    top:-9px;
    *top:-9px;
    left:-10px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #FFFFFF transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}
